home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- set spriteNum to the clickOn
- puppetSound("CLICK.aif")
- updateStage()
- if spriteNum > 20 then
- put "Mov" & spriteNum - 20 into field "JumpName_T"
- go(the frame + 1)
- else
- put spriteNum - 10 into field "PhotoGRP_T"
- put 1 into field "PhotoCUR_T"
- put "P_BRO" into field "JumpName_T"
- go("Jump")
- end if
- end
-